/*
Theme Name: EVALU.CA
Theme URI: https://evalu.ca
Description: Evaluation reporting tool – All your clients need to share about their experience
Text Domain: evalu
Tags: generate reports, organizing feedback data, real time updates, create survey, training session, training session, reviews and ratings
Version: 1.0.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
/* The Modal (background) */
.an-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999;
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content */
.an-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
	max-width: 800px;
}

/* The Close Button */
.an-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.an-close:hover,
.an-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#sign-up-form input.error, #sign-up-form select.error{
    border: red solid 1px;
}
#sign-up-form input, #sign-up-form select{
    text-transform: none; margin: 4px 0 5px; padding: 8px 18px; border: #e4e4e4 solid 1px; border-radius: 5px;
}
#sign-up-form input.wpcf7-submit{margin: 16px 0 5px; border: 0; padding: 8px 40px;}
#sign-up-form  label.error{
    display: none ! important;
}

#sign-up-form .response{
    font-weight: bold;
    margin: -10px 3px 11px 3px;
}

.modal_box_wrpr{position: relative; border-radius: 10px; padding: 30px;}
.modal_close_icon{color:#0a2769; position: absolute; right: -10px;
    top: -10px;
    opacity: 1;
    background: #0c43c5;
    width: 24px;
	height: 24px;
    border: #FFF solid  3px;
    border-radius: 40px;
    color: #FFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    text-align: center;
}
.modal_close_icon:hover{color: #0c43c5; background:#FFF;}
.icon_title_div{margin: 0px 30px 30px 30px; text-align: center;}
.icon_title{margin: 30px 0 0px 0;}
.icon_img{width: 100%; max-width: 180px; margin: 40px 10px 0px 10px;}